-
Notifications
You must be signed in to change notification settings - Fork 645
Tyler/ts module api #3356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tyler/ts module api #3356
Conversation
| * }); | ||
| * ``` | ||
| */ | ||
| init(fn: Reducer<S, {}>): void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't init take arguments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah, not right now. At least not to my knowledge. In the future maybe though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable!
ec79ad5 to
9c1f1da
Compare
|
Manually merged into my branch |
Description of Changes
API and ABI breaking changes
Expected complexity level and risk
Testing